home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Sound / MPEGA / mpega_library / developer / include / pragmas / mpega_pragmas.h
C/C++ Source or Header  |  1998-06-21  |  603b  |  21 lines

  1. /*
  2.    mpega.library (C) 1997-1998 Stéphane TAVENARD
  3. */
  4. #ifndef PRAGMAS_MPEGA_PRAGMAS_H
  5. #define PRAGMAS_MPEGA_PRAGMAS_H
  6.  
  7. #ifndef CLIB_MPEGA_PROTOS_H
  8. #include <clib/mpega_protos.h>
  9. #endif
  10.  
  11. #pragma libcall MPEGABase MPEGA_open         01E 9802
  12. #pragma libcall MPEGABase MPEGA_close        024 801
  13. #pragma libcall MPEGABase MPEGA_decode_frame 02A 9802
  14. #pragma libcall MPEGABase MPEGA_seek         030 0802
  15. #pragma libcall MPEGABase MPEGA_time         036 9802
  16. #pragma libcall MPEGABase MPEGA_find_sync    03C 0802
  17. #pragma libcall MPEGABase MPEGA_scale        042 0802
  18.  
  19.  
  20. #endif /* PRAGMAS_MPEGA_PRAGMAS_H */
  21.